Categories

Versions

Filter Stopwords (Czech) (Text Processing)

Synopsis

Removes Czech stopwords from a document.

Description

This operator filters Czech stopwords from a document by removing every token which equals a stopword from the built-in stopword list. Please note that, for this operator to work properly, every token should represent a single German word only. To obtain a document with each token representing a single word, you may tokenize a document by applying the Tokenize operator beforehand.

Input

  • document

    The document port.

Output

  • document

    The document port.